home *** CD-ROM | disk | FTP | other *** search
/ X User Tools / X User Tools (O'Reilly and Associates)(1994).ISO / sources / bricons / alpha / bricons
Text File  |  1994-10-02  |  1KB  |  58 lines

  1. --- ./Imakefile.rtr    Fri Sep 16 12:35:39 1994
  2. +++ ./Imakefile    Fri Sep 16 13:03:38 1994
  3. @@ -4,8 +4,8 @@
  4.  /**/# MTI: Build srcs
  5.  /**/#
  6.  
  7. -/**/# Here's what to change to customize the installation...
  8. -/**/# Where do you want this stuff (if the defaults aren't okay)?
  9. +/**/# Heres what to change to customize the installation...
  10. +/**/# Where do you want this stuff (if the defaults arent okay)?
  11.  
  12.  
  13.  /**/# Where is the Xpm header and library files
  14. @@ -13,7 +13,7 @@
  15.  /**/# it can be obtained by anonymous ftp to: export.lcs.mit.edu
  16.  /**/# and from many other sites.
  17.  
  18. -XPM_DIR =
  19. +XPM_DIR = /usr/local/share/xutinclude
  20.  XPM_INCLUDE_DIR =       $(XPM_DIR)
  21.  XPM_LIB_DIR =           $(LIBDIR)
  22.  BITMAPDIR = $(LIBDIR)/bitmaps
  23. @@ -22,12 +22,12 @@
  24.  
  25.  /**/# This is -g for debugging or -O for optimization (or nothing).
  26.  
  27. -CDEBUGFLAGS = -g
  28. +CDEBUGFLAGS = -g -DSYSV
  29.  
  30.  /**/# Nothing to change below here
  31.  
  32.  DEPLIBS = XawClientDepLibs
  33. -EXTRA_INCLUDES  = -I$(XPM_INCLUDE_DIR)
  34. +EXTRA_INCLUDES  = -I$(XPM_INCLUDE_DIR) -I.
  35.  LOCAL_LIBRARIES = -L$(XPM_LIB_DIR) -lXpm XawClientLibs
  36.  
  37.  SRCS =  main.c \
  38. --- ./gen.h.rtr    Thu Jan 21 15:27:33 1993
  39. +++ ./gen.h    Fri Sep 16 13:03:22 1994
  40. @@ -15,7 +15,7 @@
  41.  #include <malloc.h>
  42.  #include <ctype.h>
  43.  #include <unistd.h>
  44. -#include "xpm.h"
  45. +#include "X11/xpm.h"
  46.  
  47.  /*
  48.      Macro for using prototypes if ANSI C is available.
  49. @@ -70,7 +70,7 @@
  50.  }Info;
  51.  
  52.  typedef struct    c_id{
  53. -        int    child_id;
  54. +        long    child_id;
  55.          Widget    w_id;
  56.  }ChildInfo;
  57.  
  58.